Skip to content

fix(analytics): bump minimum deployment target to 13.0 to match Mixpanel-swift 6.x#244

Merged
tylerjroach merged 1 commit into
mixpanel:mainfrom
TheoGermain:fix/ios-minimum-deployment-target
Jun 1, 2026
Merged

fix(analytics): bump minimum deployment target to 13.0 to match Mixpanel-swift 6.x#244
tylerjroach merged 1 commit into
mixpanel:mainfrom
TheoGermain:fix/ios-minimum-deployment-target

Conversation

@TheoGermain
Copy link
Copy Markdown
Contributor

Problem

Mixpanel-swift 6.x requires iOS 13.0 as minimum deployment target. The podspec still declared 12.0, causing CocoaPods to error during pod install:

Error: The pod "Mixpanel-swift" required by the plugin "mixpanel_flutter" requires
a higher minimum iOS deployment version than the plugin's reported minimum version.
To build, remove the plugin "mixpanel_flutter", or contact the plugin's developers
for assistance.
Error running pod install

Fix

Bump s.platform = :ios, '13.0' in ios/mixpanel_flutter.podspec to match the actual minimum required by Mixpanel-swift 6.x.

Notes

  • iOS 13.0 is a reasonable minimum in 2025 (99%+ of active devices)
  • This aligns the declared minimum with what Mixpanel-swift already requires transitively

…ift 6.x

Mixpanel-swift 6.x requires iOS 13.0 minimum. The podspec still declared 12.0,
causing CocoaPods to error with:

  The pod 'Mixpanel-swift' required by the plugin 'mixpanel_flutter' requires
  a higher minimum iOS deployment version than the plugin's reported minimum version.

Bump s.platform to 13.0 to match the actual requirement of the native SDK.
@TheoGermain TheoGermain requested review from a team and ketanmixpanel May 22, 2026 09:40
@tylerjroach tylerjroach changed the title fix(ios): bump minimum deployment target to 13.0 to match Mixpanel-swift 6.x fix(analytics): bump minimum deployment target to 13.0 to match Mixpanel-swift 6.x Jun 1, 2026
@tylerjroach tylerjroach merged commit 85ffb22 into mixpanel:main Jun 1, 2026
5 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants